EMT Practice Test

1. Question Content...


Question List

Question1: According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

Question2: At which of the following levels can you assign entitlements? Note: There are 2 to choose.

Question3: What are some characteristics of JSON files? Note: There are 2 to choose.

Question4: You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$", "target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.

Question5: Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose.

Question6: What are tasks of the approuter? Note: There are 3 to choose.

Question7: What are some characteristics of YAML files? Note: There are 2 to choose.

Question8: Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown.
Which SAP Fiori elements floorplan do you recommend they use?

Question9: You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

Question10: What information does the SAP Destination service provide to your applications to connect to a remote service or system?

Question11: When using namespaces, what does SAP recommend you use to construct names for namespaces?

Question12: Your customer presents you with the following UI requirements: Users need to work through a comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization. Which SAP Fiori elements floorplan do you recommend they use?

Question13: Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see attached graphic).

Which is a valid way to extend the entity with the aspect?

Question14: What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.

Question15: Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?

Question16: Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose.

Question17: Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

Question18: Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.

Question19: You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?

Question20: To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?

Question21: You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?

Question22: What is JavaScript Object Notation (JSON)?

Question23: What is one of the required steps to enable authentication support in CAP?

Question24: What are some advantages of building an account model based on functional areas such as Sales or IT? Note: There are 2 to choose.

Question25: To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

Question26: At what level can you select a region?

Question27: What are standard events that CAP handles by default? Note: There are 3 to choose.

Question28: What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.